projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d91c0d3
)
gtkmain: Remove unused GtkClosure struct
author
Javier Jardón
<jjardon@gnome.org>
Thu, 27 May 2010 03:45:27 +0000
(
05:45
+0200)
committer
Javier Jardón
<jjardon@gnome.org>
Thu, 27 May 2010 03:45:27 +0000
(
05:45
+0200)
gtk/gtkmain.c
patch
|
blob
|
history
diff --git
a/gtk/gtkmain.c
b/gtk/gtkmain.c
index ea54a4b4e1740268d6d4ea68ab902694a44de284..d7d3dd12bac7de5303ba103c7b1c23384fc00f2f 100644
(file)
--- a/
gtk/gtkmain.c
+++ b/
gtk/gtkmain.c
@@
-148,7
+148,6
@@
_gtk_get_localedir (void)
*/
typedef struct _GtkInitFunction GtkInitFunction;
typedef struct _GtkQuitFunction GtkQuitFunction;
-typedef struct _GtkClosure GtkClosure;
typedef struct _GtkKeySnooperData GtkKeySnooperData;
struct _GtkInitFunction
@@
-167,13
+166,6
@@
struct _GtkQuitFunction
GDestroyNotify destroy;
};
-struct _GtkClosure
-{
- GtkCallbackMarshal marshal;
- gpointer data;
- GDestroyNotify destroy;
-};
-
struct _GtkKeySnooperData
{
GtkKeySnoopFunc func;